home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_ImageMagick.idb / usr / freeware / catman / u_man / cat1 / combine.Z / combine
Encoding:
Text File  |  1999-01-26  |  32.9 KB  |  727 lines

  1.  
  2.  
  3.  
  4.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       combine - combine images to create new images.
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       ccccoooommmmbbbbiiiinnnneeee [ _o_p_t_i_o_n_s ...    ] _i_m_a_g_e    _c_o_m_p_o_s_i_t_e [ _m_a_s_k ] _c_o_m_b_i_n_e_d
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.       ccccoooommmmbbbbiiiinnnneeee combine images to create new images.
  16.  
  17.      EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  18.       To combine a image of    a cockatoo with    a perch, use
  19.  
  20.            combine cockatoo.miff perch.ras composite.miff
  21.  
  22.       To compute the difference between images in a    series,    use
  23.  
  24.            combine -compose    difference series.1 series.2 difference.miff
  25.  
  26.       To combine a image of    a cockatoo with    a perch    starting at
  27.       location (100,150), use
  28.  
  29.            combine -geometry +100+150 cockatoo.miff    perch.ras composite.miff
  30.  
  31.       To tile a logo across    your image of a    cockatoo, use
  32.  
  33.            convert +shade 30x60 cockatoo.miff mask.miff
  34.            combine -compose    bumpmap    -tile logo.gif cockatoo.miff mask.miff composite.miff
  35.  
  36.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  37.       ----bbbblllleeeennnndddd _v_a_l_u_e
  38.            blend the two images a given percent.
  39.  
  40.       ----ccccoooolllloooorrrrssss _v_a_l_u_e
  41.            preferred number    of colors in the image.
  42.  
  43.            The actual number of colors in the image    may be less
  44.            than your request, but never more.  Note, this is a
  45.            color reduction option.    Images with less unique    colors
  46.            than specified with this    option will have any duplicate
  47.            or unused colors    removed.  Refer    to qqqquuuuaaaannnnttttiiiizzzzeeee((((9999)))) for
  48.            more details.
  49.  
  50.            Note, options ----ddddiiiitttthhhheeeerrrr, ----ccccoooolllloooorrrrssssppppaaaacccceeee, and ----ttttrrrreeeeeeeeddddeeeepppptttthhhh
  51.            affect the color    reduction algorithm.
  52.  
  53.       ----ccccoooolllloooorrrrssssppppaaaacccceeee _v_a_l_u_e
  54.            the type    of colorspace: GGGGRRRRAAAAYYYY, OOOOHHHHTTTTAAAA, RRRRGGGGBBBB,    TTTTrrrraaaannnnssssppppaaaarrrreeeennnntttt,
  55.            XXXXYYYYZZZZ, YYYYCCCCbbbbCCCCrrrr, YYYYIIIIQQQQ,    YYYYPPPPbbbbPPPPrrrr, YYYYUUUUVVVV, or CCCCMMMMYYYYKKKK.
  56.  
  57.            Color reduction,    by default, takes place    in the RGB
  58.            color space.  Empirical evidence    suggests that
  59.            distances in color spaces such as YUV or    YIQ correspond
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 12/17/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  71.  
  72.  
  73.  
  74.            to perceptual color differences more closely than do
  75.            distances in RGB    space.    These color spaces may give
  76.            better results when color reducing an image.  Refer to
  77.            qqqquuuuaaaannnnttttiiiizzzzeeee((((9999)))) for more details.
  78.  
  79.            The TTTTrrrraaaannnnssssppppaaaarrrreeeennnntttt color space behaves uniquely in that it
  80.            preserves the matte channel of the image    if it exists.
  81.  
  82.            The ----ccccoooolllloooorrrrssss or ----mmmmoooonnnnoooocccchhhhrrrroooommmmeeee option is required for this
  83.            option to take effect.
  84.  
  85.       ----ccccoooommmmmmmmeeeennnntttt _s_t_r_i_n_g
  86.            annotate    an image with a    comment.
  87.  
  88.            By default, each    image is commented with    its file name.
  89.            Use this    option to assign a specific comment to the
  90.            image.  Optionally you can include the image filename,
  91.            type, width, height, or scene number by embedding
  92.            special format characters.  Embed %%%%ffff for    filename, %%%%dddd
  93.            for directory, %%%%eeee for filename extention, %%%%tttt for    top of
  94.            filename, %%%%mmmm for    magick,    %%%%wwww for width, %%%%hhhh for height,
  95.            %%%%pppp for page number, %%%%ssss for scene    number,    %%%%bbbb for file
  96.            size, or    \\\\nnnn for newline.     For example,
  97.  
  98.             -comment "%m:%f %wx%h"
  99.  
  100.            produces    an image comment of MMMMIIIIFFFFFFFF::::bbbbiiiirrrrdddd....mmmmiiiiffffffff 555511112222xxxx444488880000 for
  101.            an image    titled bbbbiiiirrrrdddd....mmmmiiiiffffffff and whose width is 512    and
  102.            height is 480.
  103.  
  104.            If the first character of _s_t_r_i_n_g    is @@@@, the image
  105.            comment is read from a file titled by the remaining
  106.            characters in the string.
  107.  
  108.       ----ccccoooommmmppppoooosssseeee _o_p_e_r_a_t_o_r
  109.            the type    of image composition.
  110.  
  111.            By default, each    of the composite image pixels are
  112.            replaced    by the cooresponding image tile    pixel. You can
  113.            choose an alternate composite operation:
  114.  
  115.            Over
  116.            In
  117.            Out
  118.            Atop
  119.            Xor
  120.            Plus
  121.            Minus
  122.            Add
  123.            Subtract
  124.            Difference
  125.            Bumpmap
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 12/17/98)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  137.  
  138.  
  139.  
  140.            Replace
  141.            ReplaceRed
  142.            ReplaceGreen
  143.            ReplaceBlue
  144.            ReplaceMatte
  145.  
  146.            How each    operator behaves is described below.
  147.  
  148.       oooovvvveeeerrrr The result will be the union of the two image shapes,
  149.            with _c_o_m_p_o_s_i_t_e _i_m_a_g_e obscuring _i_m_a_g_e in the region of
  150.            overlap.
  151.  
  152.       IIIInnnn   The result is simply _c_o_m_p_o_s_i_t_e _i_m_a_g_e cut    by the shape
  153.            of _i_m_a_g_e.  None of the image data of _i_m_a_g_e will be in
  154.            the result.
  155.  
  156.       OOOOuuuutttt  The resulting image is _c_o_m_p_o_s_i_t_e    _i_m_a_g_e with the shape
  157.            of _i_m_a_g_e    cut out.
  158.  
  159.       AAAAttttoooopppp The result is the same shape as image _i_m_a_g_e, with
  160.            _c_o_m_p_o_s_i_t_e _i_m_a_g_e obscuring _i_m_a_g_e where the image shapes
  161.            overlap.     Note this differs from    oooovvvveeeerrrr because the
  162.            portion of _c_o_m_p_o_s_i_t_e _i_m_a_g_e outside _i_m_a_g_e's shape    does
  163.            not appear in the result.
  164.  
  165.       XXXXoooorrrr  The result is the image data from both _c_o_m_p_o_s_i_t_e    _i_m_a_g_e
  166.            and _i_m_a_g_e that is outside the overlap region.  The
  167.            overlap region will be blank.
  168.  
  169.       PPPPlllluuuussss The result is just the sum of the image data.  Output
  170.            values are cropped to 255 (no overflow).     This
  171.            operation is independent    of the matte channels.
  172.  
  173.       MMMMiiiinnnnuuuussss
  174.            The result of _c_o_m_p_o_s_i_t_e _i_m_a_g_e - _i_m_a_g_e, with underflow
  175.            cropped to zero.     The matte channel is ignored (set to
  176.            255, full coverage).
  177.  
  178.       AAAAdddddddd  The result of _c_o_m_p_o_s_i_t_e _i_m_a_g_e + _i_m_a_g_e, with overflow
  179.            wrapping    around (_m_o_d 256).
  180.  
  181.       SSSSuuuubbbbttttrrrraaaacccctttt
  182.            The result of _c_o_m_p_o_s_i_t_e _i_m_a_g_e - _i_m_a_g_e, with underflow
  183.            wrapping    around (_m_o_d 256).  The aaaadddddddd and ssssuuuubbbbttttrrrraaaacccctttt
  184.            operators can be    used to    perform    reversible
  185.            transformations.
  186.  
  187.       DDDDiiiiffffffffeeeerrrreeeennnncccceeee
  188.            The result of abs(_c_o_m_p_o_s_i_t_e _i_m_a_g_e - _i_m_a_g_e).  This is
  189.            useful for comparing two    very similar images.
  190.  
  191.       BBBBuuuummmmppppmmmmaaaapppp
  192.  
  193.  
  194.  
  195.      Page 3                        (printed 12/17/98)
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  203.  
  204.  
  205.  
  206.            The result _i_m_a_g_e    shaded by _c_o_m_p_o_s_i_t_e _i_m_a_g_e.
  207.  
  208.       RRRReeeeppppllllaaaacccceeee
  209.            The resulting image is _i_m_a_g_e replaced with _c_o_m_p_o_s_i_t_e
  210.            _i_m_a_g_e.  Here the    matte information is ignored.
  211.  
  212.       RRRReeeeppppllllaaaacccceeeeRRRReeeedddd
  213.            The resulting image is the red layer in _i_m_a_g_e replaced
  214.            with the    red layer in _c_o_m_p_o_s_i_t_e _i_m_a_g_e.  The other
  215.            layers are copied untouched.
  216.  
  217.       RRRReeeeppppllllaaaacccceeeeGGGGrrrreeeeeeeennnn
  218.            The resulting image is the green    layer in _i_m_a_g_e
  219.            replaced    with the green layer in    _c_o_m_p_o_s_i_t_e _i_m_a_g_e.  The
  220.            other layers are    copied untouched.
  221.  
  222.       RRRReeeeppppllllaaaacccceeeeBBBBlllluuuueeee
  223.            The resulting image is the blue layer in    _i_m_a_g_e replaced
  224.            with the    blue layer in _c_o_m_p_o_s_i_t_e    _i_m_a_g_e.    The other
  225.            layers are copied untouched.
  226.  
  227.       RRRReeeeppppllllaaaacccceeeeMMMMaaaatttttttteeee
  228.            The resulting image is the matte    layer in _i_m_a_g_e
  229.            replaced    with the matte layer in    _c_o_m_p_o_s_i_t_e _i_m_a_g_e.  The
  230.            other layers are    copied untouched.
  231.  
  232.            The image compositor requires a matte, or alpha channel
  233.            in the image for    some operations.  This extra channel
  234.            usually defines a mask which represents a sort of a
  235.            cookie-cutter for the image.  This is the case when
  236.            matte is    255 (full coverage) for    pixels inside the
  237.            shape, zero outside, and    between    zero and 255 on    the
  238.            boundary.  For certain operations, if _i_m_a_g_e does    not
  239.            have a matte channel, it    is initialized with 0 for any
  240.            pixel matching in color to pixel    location (0,0),
  241.            otherwise 255 (to work properly bbbboooorrrrddddeeeerrrrwwwwiiiiddddtttthhhh must    be 0).
  242.  
  243.       ----ccccoooommmmpppprrrreeeessssssss _t_y_p_e
  244.            the type    of image compression: _N_o_n_e, _J_P_E_G, _L_Z_W,
  245.            _R_u_n_l_e_n_g_t_h_E_n_c_o_d_e_d, or _Z_i_p.
  246.  
  247.            Specify ++++ccccoooommmmpppprrrreeeessssssss to store the binary image in an
  248.            uncompressed format.  The default is the    compression
  249.            type of the specified image file.
  250.  
  251.       ----ddddeeeennnnssssiiiittttyyyy <_w_i_d_t_h>_x<_h_e_i_g_h_t>
  252.            vertical    and horizontal resolution in pixels of the
  253.            image.
  254.  
  255.            This option specifies an    image density when decoding a
  256.            Postscript or Portable Document page.  The default is
  257.            72 pixels per inch in the horizontal and    vertical
  258.  
  259.  
  260.  
  261.      Page 4                        (printed 12/17/98)
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  269.  
  270.  
  271.  
  272.            direction.  This    option is used in concert with ----ppppaaaaggggeeee.
  273.  
  274.       ----ddddiiiissssppppllllaaaacccceeee <_h_o_r_i_z_o_n_t_a_l    _s_c_a_l_e>_x<_v_e_r_t_i_c_a_l _s_c_a_l_e>
  275.            shift image pixels as defined by    a displacement map.
  276.  
  277.            With this option, _c_o_m_p_o_s_i_t_e _i_m_a_g_e is used as a
  278.            displacement map.  Black, within    the displacement map,
  279.            is a maximum positive displacement.  White is a maximum
  280.            negative    displacement and middle    gray is    neutral.  The
  281.            displacement is scaled to determine the pixel shift.
  282.            By default, the displacement applies in both the
  283.            horizontal and vertical directions.  However, if    you
  284.            specify _m_a_s_k, _c_o_m_p_o_s_i_t_e _i_m_a_g_e is    the horizontal X
  285.            displacement and    _m_a_s_k the vertical Y displacement.
  286.  
  287.       ----ddddiiiissssppppllllaaaayyyy _h_o_s_t:_d_i_s_p_l_a_y[._s_c_r_e_e_n]
  288.            specifies the X server to contact; see XXXX((((1111)))).
  289.  
  290.       ----ddddiiiissssppppoooosssseeee _m_e_t_h_o_d
  291.            GIF disposal method.
  292.  
  293.            Here are    the valid methods:
  294.  
  295.             0      No disposal specified.
  296.             1      Do not dispose.
  297.             2      Restore to background    color.
  298.             3      Restore to previous.
  299.  
  300.       ----ddddiiiitttthhhheeeerrrr
  301.            apply Floyd/Steinberg error diffusion to    the image.
  302.  
  303.            The basic strategy of dithering is to trade intensity
  304.            resolution for spatial resolution by averaging the
  305.            intensities of several neighboring pixels.  Images
  306.            which suffer from severe    contouring when    reducing
  307.            colors can be improved with this    option.
  308.  
  309.            The ----ccccoooolllloooorrrrssss or ----mmmmoooonnnnoooocccchhhhrrrroooommmmeeee option is required for this
  310.            option to take effect.
  311.  
  312.            Use ++++ddddiiiitttthhhheeeerrrr to render Postscript    without    text or
  313.            graphic aliasing.
  314.  
  315.       ----ffffoooonnnntttt    _n_a_m_e
  316.            This option specifies the font to be used  for
  317.            displaying normal text.
  318.  
  319.            If the font is a    fully qualified    X server font name,
  320.            the font    is obtained from an X server (e.g. -*-
  321.            helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-*).    To use
  322.            a TrueType font,    precede    the TrueType filename with a @@@@
  323.            (e.g.  @times.ttf).  Otherwise, specify a Postscript
  324.  
  325.  
  326.  
  327.      Page 5                        (printed 12/17/98)
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  335.  
  336.  
  337.  
  338.            font (e.g. helvetica).
  339.  
  340.      _o_f_f_s_e_t>{!}{<}{>}
  341.       ----ggggeeeeoooommmmeeeettttrrrryyyy <_w_i_d_t_h>{%}_x<_h_e_i_g_h_t>{%}{+-}<_x _o_f_f_s_e_t>{+-}<_y
  342.            the width and height of the image.
  343.  
  344.            By default, the width and height    are maximum values.
  345.            That is,    the image is expanded or contracted to fit the
  346.            width and height    value while maintaining    the aspect
  347.            ratio of    the image.  Append an exclamation point    to the
  348.            geometry    to force the image size    to exactly the size
  349.            you specify.  For example, if you specify 666644440000xxxx444488880000!!!! the
  350.            image width is set to 640 pixels    and height to 480.  If
  351.            only one    factor is specified, both the width and    height
  352.            assume the value.
  353.  
  354.            To specify a percentage width or    height instead,    append
  355.            %%%%.  The image size is multiplied    by the width and
  356.            height percentages to obtain the    final image
  357.            dimensions.  To increase    the size of an image, use a
  358.            value greater than 100 (e.g. 125%).  To decrease    an
  359.            image's size, use a percentage less than    100.
  360.  
  361.            Use >>>> to    change the dimensions of the image _o_n_l_y    if its
  362.            size exceeds the    geometry specification.     >>>> resizes the
  363.            image _o_n_l_y if its dimensions is less than the geometry
  364.            specification.  For example, if you specify 666644440000xxxx444488880000>>>>
  365.            and the image size is 512x512, the image    size does not
  366.            change.    However, if the    image is 1024x1024, it is
  367.            resized to 640x480.
  368.  
  369.            By default the images are combined relative to the
  370.            image gravity (see ----ggggrrrraaaavvvviiiittttyyyy).  Use <_x _o_f_f_s_e_t> and <_y
  371.            _o_f_f_s_e_t> to specify a particular location    to combine the
  372.            images.
  373.  
  374.       ----ggggrrrraaaavvvviiiittttyyyy _d_i_r_e_c_t_i_o_n
  375.            direction image gravitates to within the    composite.
  376.            See XXXX((((1111))))    for details about the gravity specification.
  377.  
  378.            The image may not fill the composite completely (see
  379.            ----ggggeeeeoooommmmeeeettttrrrryyyy).  The    direction you choose specifies where
  380.            to position the image within the    composite.  For
  381.            example _C_e_n_t_e_r gravity forces the image to be centered
  382.            within the composite.  A    gravity    of _F_o_r_g_e_t stretches
  383.            the composite to    the same size as the image.  By
  384.            default,    the image gravity is _N_o_r_t_h_W_e_s_t.
  385.  
  386.       ----iiiinnnntttteeeerrrrllllaaaacccceeee _t_y_p_e
  387.            the type    of interlacing scheme: NNNNoooonnnneeee, LLLLiiiinnnneeee, PPPPllllaaaannnneeee, or
  388.            PPPPaaaarrrrttttiiiittttiiiioooonnnn.  The default is NNNNoooonnnneeee.
  389.  
  390.  
  391.  
  392.  
  393.      Page 6                        (printed 12/17/98)
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  401.  
  402.  
  403.  
  404.            This option is used to specify the type of interlacing
  405.            scheme for raw image formats such as RRRRGGGGBBBB    or YYYYUUUUVVVV.     NNNNoooo
  406.            means do    not interlace (RGBRGBRGBRGBRGBRGB...), LLLLiiiinnnneeee
  407.            uses scanline interlacing
  408.            (RRR...GGG...BBB...RRR...GGG...BBB...), and PPPPllllaaaannnneeee uses
  409.            plane interlacing (RRRRRR...GGGGGG...BBBBBB...).
  410.            PPPPaaaarrrrttttiiiittttiiiioooonnnn is like plane except the different planes are
  411.            saved to    individual files (e.g.    image.R, image.G, and
  412.            image.B).
  413.  
  414.            Use LLLLiiiinnnneeee, or PPPPllllaaaannnneeee to create an interlaced GIF or
  415.            progressive JPEG    image.
  416.  
  417.       ----llllaaaabbbbeeeellll _n_a_m_e
  418.            assign a    label to an image.
  419.  
  420.            Use this    option to assign a specific label to the
  421.            image.  Optionally you can include the image filename,
  422.            type, width, height, or scene number in the label by
  423.            embedding special format    characters.   Embed %%%%ffff for
  424.            filename, %%%%dddd for    directory, %%%%eeee for filename extention,
  425.            %%%%tttt for top of filename, %%%%mmmm for magick, %%%%wwww for width, %%%%hhhh
  426.            for height, %%%%pppp for page number, %%%%ssss for scene number, %%%%bbbb
  427.            for file    size in    kilobytes, or \\\\nnnn for newline.  For
  428.            example,
  429.  
  430.             -label "%m:%f %wx%h"
  431.  
  432.            produces    an image label of MMMMIIIIFFFFFFFF::::bbbbiiiirrrrdddd....mmmmiiiiffffffff 555511112222xxxx444488880000 for
  433.            an image    titled bbbbiiiirrrrdddd....mmmmiiiiffffffff and whose width is 512    and
  434.            height is 480.
  435.  
  436.            If the first character of _s_t_r_i_n_g    is @@@@, the image    label
  437.            is read from a file titled by the remaining characters
  438.            in the string.
  439.  
  440.            When converting to Postscript, use this option to
  441.            specify a header    string to print    above the image.
  442.            Specify the label font with ----ffffoooonnnntttt.
  443.  
  444.       ----mmmmaaaatttttttteeee
  445.            store matte channel if the image    has one    otherwise
  446.            create an opaque    one.
  447.  
  448.       ----mmmmoooonnnnoooocccchhhhrrrroooommmmeeee
  449.            transform the image to black and    white.
  450.  
  451.       ----nnnneeeeggggaaaatttteeee
  452.            apply color inversion to    image.
  453.  
  454.            The red,    green, and blue    intensities of an image    are
  455.            negated.     Use ++++nnnneeeeggggaaaatttteeee to    only negate the    grayscale
  456.  
  457.  
  458.  
  459.      Page 7                        (printed 12/17/98)
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  467.  
  468.  
  469.  
  470.            pixels of the image.
  471.  
  472.       ----ppppaaaaggggeeee    <_w_i_d_t_h>{%}_x<_h_e_i_g_h_t>{%}{+-}<_x _o_f_f_s_e_t>{+-
  473.            }<_y _o_f_f_s_e_t>{!}{<}{>}
  474.            preferred size and location of an image canvas.
  475.  
  476.            Use this    option to specify the dimensions of the
  477.            Postscript page in dots per inch    or a TEXT page in
  478.            pixels.    The choices for    a Postscript page are:
  479.  
  480.            Letter      612x 792
  481.            Tabloid     792x1224
  482.            Ledger     1224x 792
  483.            Legal       612x1008
  484.            Statement   396x 612
  485.            Executive   540x 720
  486.            A3           842x1190
  487.            A4           595x 842
  488.            A5           420x 595
  489.            B4           729x1032
  490.            B5           516x 729
  491.            Folio       612x 936
  492.            Quarto      610x 780
  493.            10x14       720x1008
  494.  
  495.            For convenience you can specify the page    size by    media
  496.            (e.g.  A4, Ledger, etc.).  Otherwise, ----ppppaaaaggggeeee behaves
  497.            much like ----ggggeeeeoooommmmeeeettttrrrryyyy (e.g. -page letter+43+43>).
  498.  
  499.            To position a GIF image,    use -page {+-}<_x _o_f_f_s_e_t>{+-}<_y
  500.            _o_f_f_s_e_t> (e.g. -page +100+200).
  501.  
  502.            For a Postscript    page, the image    is sized as in
  503.            ----ggggeeeeoooommmmeeeettttrrrryyyy and positioned    relative to the    lower left
  504.            hand corner of the page by {+-}<_x _o_f_f_s_e_t>{+-}<_y
  505.            _o_f_f_s_e_t>.     Use -page 612x792>, for example, to center
  506.            the image within    the page.  If the image    size exceeds
  507.            the Postscript page, it is reduced to fit the page.
  508.  
  509.            The default page    dimensions for a TEXT image is
  510.            612x792.
  511.  
  512.            This option is used in concert with ----ddddeeeennnnssssiiiittttyyyy.
  513.  
  514.       ----qqqquuuuaaaalllliiiittttyyyy _v_a_l_u_e
  515.            JPEG/MIFF/PNG compression level.
  516.  
  517.            For the JPEG image format, quality is 0 (worst) to 100
  518.            (best).    The default quality is 75.
  519.  
  520.            Quality for the MIFF and    PNG image format sets the
  521.            amount of image compression (quality / 10) and filter-
  522.  
  523.  
  524.  
  525.      Page 8                        (printed 12/17/98)
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  533.  
  534.  
  535.  
  536.            type (quality % 10).  Compression quality values    range
  537.            from 0 (worst) to 100 (best).  If filter-type is    4 or
  538.            less, the specified filter-type is used for all
  539.            scanlines:
  540.  
  541.            0: none
  542.            1: sub
  543.            2: up
  544.            3: average
  545.            4: Paeth
  546.  
  547.            If filter-type is 5, adaptive filtering is used when
  548.            quality is greater than 50 and the image    does not have
  549.            a color map, otherwise no filtering is used.
  550.  
  551.            If filter-type is 6 or more, adaptive filtering with
  552.            _m_i_n_i_m_u_m-_s_u_m-_o_f-_a_b_s_o_l_u_t_e-_v_a_l_u_e_s is used.
  553.  
  554.            The default is quality is 75.  Which means nearly the
  555.            best compression    with adaptive filtering.
  556.  
  557.            For further information,    see the    PNG specification (RFC
  558.            2083), <http://www.w3.org/pub/WWW/TR>.
  559.  
  560.       ----sssscccceeeennnneeee _v_a_l_u_e
  561.            image scene number.
  562.  
  563.       ----ssssiiiizzzzeeee    <_w_i_d_t_h>{%}_x<_h_e_i_g_h_t>{%}{+_o_f_f_s_e_t}{!}
  564.            width and height    of the image.
  565.  
  566.            Use this    option to specify the width and    height of raw
  567.            images whose dimensions are unknown such    as GGGGRRRRAAAAYYYY, RRRRGGGGBBBB,
  568.            or CCCCMMMMYYYYKKKK.     In addition to    width and height, use ----ssssiiiizzzzeeee to
  569.            skip any    header information in the image    or  tell the
  570.            number of colors    in a MMMMAAAAPPPP image file, (e.g. -size
  571.            640x512+256).
  572.  
  573.       ----sssstttteeeerrrreeeeoooo
  574.            combine two image to create a stereo anaglyph.
  575.  
  576.            The left    side of    the stereo pair    is saved as the    red
  577.            channel of the output image.  The right sife is saved
  578.            as the green channel.  Red-blue stereo glasses are
  579.            required    to properly view the stereo image.
  580.  
  581.       ----ttttiiiilllleeee
  582.            repeat composite    operation across image.
  583.  
  584.       ----ttttrrrreeeeeeeeddddeeeepppptttthhhh _v_a_l_u_e
  585.            Normally, this integer value is zero or one.  A zero or
  586.            one tells ccccoooommmmbbbbiiiinnnneeee to choose a optimal tree depth    for
  587.            the color reduction algorithm.
  588.  
  589.  
  590.  
  591.      Page 9                        (printed 12/17/98)
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  599.  
  600.  
  601.  
  602.            An optimal depth    generally allows the best
  603.            representation of the source image with the fastest
  604.            computational speed and the least amount    of memory.
  605.            However,    the default depth is inappropriate for some
  606.            images.    To assure the best representation, try values
  607.            between 2 and 8 for this    parameter.  Refer to
  608.            qqqquuuuaaaannnnttttiiiizzzzeeee((((9999)))) for more details.
  609.  
  610.            The ----ccccoooolllloooorrrrssss option is required for this option to take
  611.            effect.
  612.  
  613.       ----vvvveeeerrrrbbbboooosssseeee
  614.            print detailed information about    the image.
  615.  
  616.            This information    is printed: image scene    number;     image
  617.            name;  combined image name;  image size;     the image
  618.            class (_D_i_r_e_c_t_C_l_a_s_s or _P_s_e_u_d_o_C_l_a_s_s);  the    total number
  619.            of unique colors;  and the number of seconds to read
  620.            and combine the image.
  621.  
  622.       Options are processed    in command line    order.    Any option you
  623.       specify on the command line remains in effect    until it is
  624.       explicitly changed by    specifying the option again with a
  625.       different effect.
  626.  
  627.       By default, the image    format is determined by    its magic
  628.       number. To specify a particular image    format,    precede    the
  629.       filename with    an image format    name and a colon (i.e.
  630.       ps:image) or specify the image type as the filename suffix
  631.       (i.e.    image.ps).  See    ccccoooonnnnvvvveeeerrrrtttt((((1111)))) for a list of valid image
  632.       formats.
  633.  
  634.       When you specify XXXX as    your image type, the filename has
  635.       special meaning.  It specifies an X window by    id, name, or
  636.       rrrrooooooootttt.     If no filename    is specified, the window is selected
  637.       by clicking the mouse    in the desired window.
  638.  
  639.       Specify _i_m_a_g_e    as - for standard input, _c_o_m_b_i_n_e_d as - for
  640.       standard output.  If _i_m_a_g_e has the extension ....ZZZZ or ....ggggzzzz, the
  641.       file is uncompressed with uuuunnnnccccoooommmmpppprrrreeeessssssss or gggguuuunnnnzzzziiiipppp respectively.
  642.       If _c_o_m_b_i_n_e_d has the extension    ....ZZZZ or ....ggggzzzz, the file size is
  643.       compressed using with    ccccoooommmmpppprrrreeeessssssss or ggggzzzziiiipppp respectively.
  644.       Finally, precede the image file name with | to pipe to or
  645.       from a system    command.
  646.  
  647.       Use an optional index    enclosed in brackets after a file name
  648.       to specify a desired subimage    of a multi-resolution image
  649.       format like Photo CD (e.g. img0001.pcd[4]) or    a range    for
  650.       MPEG images (e.g. video.mpg[50-75]).    A subimage
  651.       specification    can be disjoint    (e.g. image.tiff[2,7,4]).  For
  652.       raw images, specify a    subimage with a    geometry (e.g.    -size
  653.       640x512 image.rgb[320x256+50+50]).
  654.  
  655.  
  656.  
  657.      Page 10                        (printed 12/17/98)
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.      ccccoooommmmbbbbiiiinnnneeee((((1111))))           IIIImmmmaaaaggggeeeeMMMMaaaaggggiiiicccckkkk ((((11110000 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999993333))))        ccccoooommmmbbbbiiiinnnneeee((((1111))))
  665.  
  666.  
  667.  
  668.       The optional mmmmaaaasssskkkk can    be used    to provide matte information
  669.       for ccccoooommmmppppoooossssiiiitttteeee    when it    has none or if you want    a different
  670.       mask.     A mask    image is typically grayscale and the same size
  671.       as ccccoooommmmppppoooossssiiiitttteeee.     If the    image is not grayscale,    it is
  672.       converted to grayscale and the resulting intensities are
  673.       used as matte    information.
  674.  
  675.       If _c_o_m_b_i_n_e_d already exists, you will be prompted as to
  676.       whether it should be overwritten.
  677.  
  678.      EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT
  679.       ddddiiiissssppppllllaaaayyyy
  680.            To get the default host,    display    number,    and screen.
  681.  
  682.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  683.       ddddiiiissssppppllllaaaayyyy((((1111)))),,,, aaaannnniiiimmmmaaaatttteeee((((1111)))),,,, iiiimmmmppppoooorrrrtttt((((1111)))),,,, mmmmoooonnnnttttaaaaggggeeee((((1111)))),,,, mmmmooooggggrrrriiiiffffyyyy((((1111)))),,,,
  684.       ccccoooonnnnvvvveeeerrrrtttt((((1111)))),,,, xxxxttttpppp((((1111))))
  685.  
  686.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
  687.       Copyright 1998 E. I. du Pont de Nemours and Company
  688.  
  689.       Permission is    hereby granted,    free of    charge,    to any person
  690.       obtaining a copy of this software and    associated
  691.       documentation    files ("ImageMagick"), to deal in ImageMagick
  692.       without restriction, including without limitation the    rights
  693.       to use, copy,    modify,    merge, publish,    distribute,
  694.       sublicense, and/or sell copies of ImageMagick, and to    permit
  695.       persons to whom the ImageMagick is furnished to do so,
  696.       subject to the following conditions:
  697.  
  698.       The above copyright notice and this permission notice    shall
  699.       be included in all copies or substantial portions of
  700.       ImageMagick.
  701.  
  702.       The software is provided "as is", without warranty of    any
  703.       kind,    express    or implied, including but not limited to the
  704.       warranties of    merchantability, fitness for a particular
  705.       purpose and noninfringement.    In no event shall E. I.    du
  706.       Pont de Nemours and Company be liable    for any    claim, damages
  707.       or other liability, whether in an action of contract,    tort
  708.       or otherwise,    arising    from, out of or    in connection with
  709.       ImageMagick or the use or other dealings in ImageMagick.
  710.  
  711.       Except as contained in this notice, the name of the E. I. du
  712.       Pont de Nemours and Company shall not    be used    in advertising
  713.       or otherwise to promote the sale, use    or other dealings in
  714.       ImageMagick without prior written authorization from the E.
  715.       I. du    Pont de    Nemours    and Company.
  716.  
  717.      AAAAUUUUTTTTHHHHOOOORRRRSSSS
  718.       John Cristy, E.I. du Pont De Nemours and Company
  719.       Incorporated
  720.  
  721.  
  722.  
  723.      Page 11                        (printed 12/17/98)
  724.  
  725.  
  726.  
  727.